runtime.g.syscallpc (field)
12 uses
runtime (current package)
cgocall.go#L236: savedpc := gp.syscallpc
heapdump.go#L344: pc = gp.syscallpc
proc.go#L2119: gp.syscallpc = gp.sched.pc
proc.go#L4010: gp.syscallpc = pc
proc.go#L4111: gp.syscallpc = gp.sched.pc
proc.go#L4941: if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
proc.go#L4957: u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
runtime2.go#L431: syscallpc uintptr // if status==Gsyscall, syscallpc = sched.pc to use during gc
stack.go#L985: gp.syscallpc = morebuf.pc
traceback.go#L155: pc0 = gp.syscallpc
traceback.go#L225: isSyscall := frame.pc == pc0 && frame.sp == sp0 && pc0 == gp.syscallpc && sp0 == gp.syscallsp
traceback.go#L862: pc = gp.syscallpc
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |